home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00046_Script_46 < prev    next >
Text File  |  1999-09-22  |  263b  |  13 lines

  1. on mouseUp
  2. --  text forward
  3.   global gmenu,gwpage, gtextpage
  4.   if gwpage < gtextpage then
  5.     set gwpage to gwpage+1
  6. --    put "gwpage"gwpage
  7.     set the memberNum of sprite 70 to the number of member ("int"&gwpage)
  8.   else
  9.     nothing
  10.   end if
  11.   
  12. end
  13.